Welcome![Sign In][Sign Up]
Location:
Search - matlab p

Search list

[matlabMatlabFileTekCod

Description: This a simple codes for cyclic in matlab. hopefully it helps to understanding the cyclic ! p.s. it explanation in Indonesian language
Platform: | Size: 362496 | Author: veveshim | Hits:

[matlabRayleigh_fading

Description: 一老外写的采用p阶AR模型实现的瑞利衰落matlab仿真程序,参考文献为 Autoregressive modeling for fading channel simulation , IEEE Transaction on Wireless Communications, July 2005. -Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to Baddour s work: Autoregressive modeling for fading channel simulation , IEEE Transaction on Wireless Communications, July 2005.
Platform: | Size: 1024 | Author: 王新宇 | Hits:

[Software Engineeringdcmotowithppirmatlab

Description: DC motor with P-PI regulator speed on matlab easy and simple
Platform: | Size: 16384 | Author: ossama777 | Hits:

[matlabSolarPanel3_LG_b

Description: This simulation shows a solar PV module implemented in Matlab Simulink. An I-V and P-V curve are also presented to analyze the characteristic of solar module.
Platform: | Size: 22528 | Author: zila | Hits:

[matlabMIL2_mit_system_T01

Description: 基于matlab的主动巡航模型,需要自己编辑驱动力block和采样时间。通过调节控制单元P,PI,PID得到需要的参数-Active cruise matlab based model need to edit their own driving force block and the sample time. By adjusting the control unit P, PI, PID parameters needed to obtain
Platform: | Size: 25600 | Author: yuchao | Hits:

[matlabserial-8

Description: simulation and hardware implementation of incremental conductance (IncCond) maximum power point tracking (MPPT) used in solar array power systems with direct control method. The main difference of the proposed system to existing MPPT systems includes elimination of the proportional–integral control loop and investigation of the effect of simplifying the control circuit. Contributions are made in several aspects of the whole system, including converter design, system simulation, controller programming, and experimental setup. The resultant system is capable of tracking MPPs accurately and rapidly without steady-state oscillation, and also, its dynamic performance is satisfactory. The IncCond algorithm is used to track MPPs because it performs precise control under rapidly changing atmospheric conditions. MATLAB and Simulink were employed for simulation studies, and Code Composer Studio v3.1 was used to program a TMS320F2812 digital signal processor. The p
Platform: | Size: 673792 | Author: roshan | Hits:

[matlabAR2_1

Description: 现代数字信号处理 AR(p)模型 matlab程序-ADSP AR(p) model,MATLAB
Platform: | Size: 1024 | Author: leoeachann | Hits:

[Speech/Voice recognition/combinesy2

Description: (1) 分别采集一段浊音和清音语音信号(是你自己说的),采样率为8KHZ,量化精度为16比特线性码; (2) 分析帧长取为30ms(或10ms~50ms); (3) 根据语音信号倒谱分析和LPC谱分析的编程流程图(图2.1、图2.2)编制浊音语音信号谱分析的matlab程序,上机调试给出相应波形,并根据图形,观察共振峰情况; (4) 将语音信号换为清音语音,运行程序,与浊音语音的运行结果进行比较,并得出结论。 (5) 在LPC谱分析中,改变阶数p (p分别等于4、8、12、40)时,观察对谱包络的影响,并与信号谱(DFT谱)进行比较。 - voice signal processing
Platform: | Size: 41984 | Author: 刘杨 | Hits:

[matlabcomputervision_20151235_seohyeonShin

Description: camera calibration matlab code i attached image file and code this can calculate A matrix, K matrix, P matrix. but you must check and insert image points set by your hand. open image-> click and confirm (x,y). and insert mat( , ) this it input data.
Platform: | Size: 2975744 | Author: seo | Hits:

[Otherkq

Description: 这是用MATLAB实现开启和闭合操作的源代码 可适用于机械方面-  clc clear   [x,y,z]=meshgrid(linspace(-1.3,1.3))   f=(x.^2+(9/4)*y.^2+z.^2-1).^3-x.^2.*z.^3-(9/80)*y.^2.*z.^3   p=patch(isosurface(x,y,z,f,0))   set(p,‘FaceColor’,‘red’,‘EdgeColor’,‘none’)   daspect([1 1 1])   view(3)   camlight   lighting phong   legend(‘520,2014’)   set(gca,‘XTickLabel’,{‘19870722’,‘19940915’,‘20140318’,‘20140520’,‘forever’})   set(gca,‘YTickLabel’,{‘anywhere’,‘cd’,‘hf’})   set(gca,‘ZTickLabel’,{‘jy’})   grid on
Platform: | Size: 3072 | Author: | Hits:

[matlabcontrols1

Description: Controls Assignment Submitted Matlab codes 2013 State space model Time response closed loop system stability root locus technique and p controller
Platform: | Size: 3072 | Author: harry | Hits:

[matlabproject_point_to_line_segment

Description: Matlab function for calculation project point to line segment(A,B,p) which returns the closest point to p on the line segment A to B -Matlab function for calculation project point to line segment(A,B,p) which returns the closest point to p on the line segment A to B
Platform: | Size: 1024 | Author: lking157 | Hits:

[Otherhybrid_stress_element_stiffness

Description: 基于p-s的混合应力单元能够很好应用于应力约束的拓扑优化设计中,本程序推倒了四边形混合应力单元刚度矩阵。-The based P-S hybrid stress element is a better method for topology optimization with stress constrains.The matlab code is used to obtain the hybrid stress element stiffness matrix.
Platform: | Size: 1024 | Author: 星星 | Hits:

[OS programcode-(2)

Description: Using MATLAB tools for MLP NNs (e.g., newff, …), design a two-layer feed-forward neural network as a classifier to categorize the input geometric shapes. - The snapshot and bitmap of shapes are given: - Training shapes: shkt.bmp - Training patterns: trn.txt (each shape is in a 125*140 matrix) - Test shapes: shks.bmp - Test patterns: tsn.txt (each shape is in a 125*140 matrix) - Since the dimension of inputs is too high (17500-dimensional), it is not possible to apply them directly to the net. So, … . - Try the number of hidden neurons to be at least. - Do training of NN until all training patterns are truly classified. - To examine the generalization ability of your NN after training, a) Apply it to the test patterns and report the accuracies. b) Add p noise (p=5, 10, …, 75) to the training shapes (only degrade the black pixels of the shapes) and report in a plot the accuracy versus p.-Using MATLAB tools for MLP NNs (e.g., newff, …), design a two-layer feed-forward neural network as a classifier to categorize the input geometric shapes. - The snapshot and bitmap of shapes are given: - Training shapes: shkt.bmp - Training patterns: trn.txt (each shape is in a 125*140 matrix) - Test shapes: shks.bmp - Test patterns: tsn.txt (each shape is in a 125*140 matrix) - Since the dimension of inputs is too high (17500-dimensional), it is not possible to apply them directly to the net. So, … . - Try the number of hidden neurons to be at least. - Do training of NN until all training patterns are truly classified. - To examine the generalization ability of your NN after training, a) Apply it to the test patterns and report the accuracies. b) Add p noise (p=5, 10, …, 75) to the training shapes (only degrade the black pixels of the shapes) and report in a plot the accuracy versus p.
Platform: | Size: 3072 | Author: fatemeh | Hits:

[OtherADVANCED-KALMAN--FILTERING--LEAST-SQUARES--AND-MO

Description: KALMAN FILTERING Theory and Practice Using MATLAB Fourth Edition MOHINDER S. GREWAL ANGUS P. ANDREWS -KALMAN FILTERING Theory and Practice Using MATLAB Fourth Edition MOHINDER S. GREWAL ANGUS P. ANDREWS
Platform: | Size: 6029312 | Author: Gomaa Haroun | Hits:

[OtherKalman-Filtering-Theory-and-Practice-Using

Description: KALMAN FILTERING Theory and Practice Using MATLAB Fourth Edition MOHINDER S. GREWAL ANGUS P. ANDREWS -KALMAN FILTERING Theory and Practice Using MATLAB Fourth Edition MOHINDER S. GREWAL ANGUS P. ANDREWS
Platform: | Size: 4975616 | Author: Gomaa Haroun | Hits:

[matlab3

Description: 对于一个1阶AR过程,已知其自相关序列。观测数据包含期望信号和零均值的不相关白噪声 a. 编写设计p阶FIR维纳滤波器的Matlab程序,要求能返回滤波器系数和均方误差; b. 分别计算均方误差,并比较这些误差的大小 c. 画出均方误差的值 -For a one order AR process, which is known autocorrelation sequence. Observation data contains the desired signal and uncorrelated white noise with zero mean and complete the corresponding requirements
Platform: | Size: 25600 | Author: peter | Hits:

[Software EngineeringVLSI--PROJECT-LIST_AUG12015

Description: [6] Bland JM, Altman DG. Measuring agreement in method comparison studies. Stat Methods Med Res 1999 8:135–60. [7] MATLAB 2011a, The MathWorks, Inc., Natick, Massachusetts, United States. [8] Maeda Y, Sekine M, Tamura T. The advantages of wearable green reflected photoplethysmography. J Med Syst 2011 35(5):829–34. [9] Lee J, Matsumura K, Yamakoshi KI, Rolfe P, Tanaka S, Yamakoshi T. Comparison between red, green and blue light reflection photoplethysmography for heart rate monitoring during motion. Engineering in Medicine and Biology Society (EMBC), 2013 35th Annual International Conference of the IEEE. IEEE 2013. p. 1724–7. [10] January CT,Wann L, Alpert JS, et al. AHA/ACC/HRS guideline for the management of patients with atrial fibrillation: executive summary: a report of the American College of Cardiology/American Heart Association Task Force on practice guidelines and the Heart Rhythm Society. J Am Coll Cardiol-[6] Bland JM, Altman DG. Measuring agreement in method comparison studies. Stat Methods Med Res 1999 8:135–60. [7] MATLAB 2011a, The MathWorks, Inc., Natick, Massachusetts, United States. [8] Maeda Y, Sekine M, Tamura T. The advantages of wearable green reflected photoplethysmography. J Med Syst 2011 35(5):829–34. [9] Lee J, Matsumura K, Yamakoshi KI, Rolfe P, Tanaka S, Yamakoshi T. Comparison between red, green and blue light reflection photoplethysmography for heart rate monitoring during motion. Engineering in Medicine and Biology Society (EMBC), 2013 35th Annual International Conference of the IEEE. IEEE 2013. p. 1724–7. [10] January CT,Wann L, Alpert JS, et al. AHA/ACC/HRS guideline for the management of patients with atrial fibrillation: executive summary: a report of the American College of Cardiology/American Heart Association Task Force on practice guidelines and the Heart Rhythm Society. J Am Coll Cardiol
Platform: | Size: 559104 | Author: senthil | Hits:

[matlabavltatst

Description: 用MATLAB编写的蚁群算法最短路径寻找程序, BtLmzB 文件内包含了网络结点坐标,这是改进的蚁群算法,比传统的蚁群算法更简-Ant colony algorithm using MATLAB program to find the shortest p
Platform: | Size: 6144 | Author: ywinoy | Hits:

[matlabAn-Introduction-to-Programming-and-Numerical-Meth

Description: An Introduction to Programming and Numerical Methods in MATLAB - S.R. Otto & J.P. Denier
Platform: | Size: 2056192 | Author: mehdi yahi | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net